home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_25168_delFindCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
246b
|
11 lines
put getSFPath() into p
get getFilesInDir(p, "TEXT", return)
if it ¡ "" then
get listselect(GetDlgID(1300), tStr("LibMsg",30), it)
repeat with x = 1 to numLns(it)
cbusy
deletefile (p & line x of it)
end repeat
else
answer tStr("LibMsg",31)
end if